home *** CD-ROM | disk | FTP | other *** search
Makefile | 1989-04-14 | 55.9 KB | 1,714 lines |
- .SUFFIXES: .o .c
- CC = CC
- CFLAGS = -g -DDEBUG -DWITH_GC -DWITH_VIRTUAL_BACK -DM32
- NOVCFLAGS = -g -DDEBUG -DWITH_GC -DM32
- LD = ld
- LDFLAGS = -r
-
- OBJS = hash_table.o memory.o basics.o control.o inst_args.o scan.o built_ins.o get_put_unify.o inst_table.o string_table.o main.o assembler.o top_level.o compile.o arg_types.o mark_copy.o mark_compact.o fast_copy.o fast.o
- NOVOBJS = hash_table.o memory.o basics.o control.o inst_args.o scan.o built_ins.o get_put_unify.o inst_table.o string_table.o main.o assembler.o top_level.o compile.o arg_types.o nov_mark_copy.o nov_mark_compact.o nov_fast_copy.o fast.o
- HEADFILES = instructions.h built_ins.h commands.h
- pas: $(OBJS) $(HEADFILES)
- $(CC) $(CFLAGS) -o pas $(OBJS) -lm
-
- novpas: $(OBJS) $(HEADFILES)
- make nov_mark_copy.o
- make nov_mark_compact.o
- make nov_fast_copy.o
- $(CC) $(NOVCFLAGS) -o novpas $(NOVOBJS) -lm
-
- nov_mark_copy.o: mark_copy.o mark_copy.c mark_copy.h
- cp mark_copy.c nov_mark_copy.c
- $(CC) -c $(NOVCFLAGS) nov_mark_copy.c
-
- nov_mark_compact.o: mark_compact.o mark_compact.c mark_copy.h
- cp mark_compact.c nov_mark_compact.c
- $(CC) -c $(NOVCFLAGS) nov_mark_compact.c
-
- nov_fast_copy.o: fast_copy.o fast_copy.c mark_copy.h
- cp fast_copy.c nov_fast_copy.c
- $(CC) -c $(NOVCFLAGS) nov_fast_copy.c
-
- .c.o:
- $(CC) -c $(CFLAGS) $<
-
- instructions.h:
- cd Instructions
- make_skels
- cd ..
- built_ins.h:
- cd BuiltIns
- make_skels
- cd ..
- commands.h:
- cd Commands
- make_skels
- cd ..
- a.o: a.c
- a.o: /usr/include/sys/types.h
- a.o: /usr/include/sys/wait.h
- a.o: /usr/include/machine/machparam.h
- a.o: /usr/include/sys/time.h
- a.o: /usr/include/time.h
- a.o: /usr/include/sys/resource.h
- amem.o: amem.c
- amem.o: /usr/include/stdio.h
- amem.o: /usr/include/sys/types.h
- amem.o: /usr/include/sys/time.h
- amem.o: /usr/include/time.h
- amem.o: /usr/include/sys/resource.h
- arg_types.o: arg_types.c
- arg_types.o: ./hash_table.h
- arg_types.o: ./string_table.h
- arg_types.o: ./scan.h
- arg_types.o: ./tags.h
- arg_types.o: ./instr.h
- arg_types.o: ./memory.h
- arg_types.o: ./memory_sizes.h
- arg_types.o: ./inst_args.h
- arg_types.o: ./built_ins.h
- arg_types.o: ./BuiltIns/is2.h
- arg_types.o: ./BuiltIns/is4.h
- arg_types.o: ./BuiltIns/write.h
- arg_types.o: ./BuiltIns/nl.h
- arg_types.o: ./BuiltIns/var.h
- arg_types.o: ./BuiltIns/integer.h
- arg_types.o: ./BuiltIns/number.h
- arg_types.o: ./BuiltIns/gtvar.h
- arg_types.o: ./BuiltIns/ltvar.h
- arg_types.o: ./BuiltIns/gt.h
- arg_types.o: ./BuiltIns/ge.h
- arg_types.o: ./BuiltIns/lt.h
- arg_types.o: ./BuiltIns/le.h
- arg_types.o: ./BuiltIns/neqarithm.h
- arg_types.o: ./BuiltIns/neq.h
- arg_types.o: ./BuiltIns/nsame.h
- arg_types.o: ./BuiltIns/same.h
- arg_types.o: ./BuiltIns/univ.h
- arg_types.o: ./BuiltIns/name.h
- arg_types.o: ./BuiltIns/tell.h
- arg_types.o: ./BuiltIns/told.h
- arg_types.o: ./BuiltIns/read.h
- arg_types.o: ./BuiltIns/length.h
- arg_types.o: ./BuiltIns/statistics.h
- arg_types.o: ./BuiltIns/atom.h
- arg_types.o: ./BuiltIns/functor.h
- arg_types.o: ./BuiltIns/arg.h
- arg_types.o: ./BuiltIns/assert.h
- arg_types.o: ./BuiltIns/retract.h
- arg_types.o: ./BuiltIns/metacall.h
- arg_types.o: ./BuiltIns/set.h
- arg_types.o: ./BuiltIns/access.h
- arg_types.o: ./BuiltIns/success.h
- arg_types.o: ./BuiltIns/failure.h
- arg_types.o: ./BuiltIns/put.h
- arg_types.o: ./BuiltIns/writeq.h
- arg_types.o: ./list_inst_args.h
- arg_types.o: ./top_level.h
- arg_types.o: ./commands.h
- arg_types.o: ./Commands/xreg.h
- arg_types.o: ./Commands/yreg.h
- arg_types.o: ./Commands/step.h
- arg_types.o: ./Commands/next.h
- arg_types.o: ./Commands/run.h
- arg_types.o: ./Commands/trace.h
- arg_types.o: ./Commands/list.h
- arg_types.o: ./Commands/load.h
- arg_types.o: ./Commands/help.h
- arg_types.o: ./Commands/reg.h
- arg_types.o: ./Commands/reset.h
- arg_types.o: ./Commands/stop.h
- arg_types.o: ./Commands/cont.h
- arg_types.o: ./Commands/print.h
- arg_types.o: ./Commands/compile.h
- arg_types.o: ./Commands/status.h
- arg_types.o: ./Commands/breadth.h
- arg_types.o: ./Commands/depth.h
- arg_types.o: ./Commands/mem.h
- arg_types.o: ./Commands/env.h
- arg_types.o: ./Commands/cp.h
- arg_types.o: ./Commands/profile.h
- arg_types.o: ./Commands/argtypes.h
- arg_types.o: ./Commands/listproc.h
- arg_types.o: ./Commands/database.h
- arg_types.o: ./Commands/heap.h
- arg_types.o: ./Commands/table.h
- arg_types.o: ./Commands/heapusage.h
- arg_types.o: ./Commands/window.h
- arg_types.o: ./Commands/gc_data.h
- arg_types.o: ./Commands/echo.h
- arg_types.o: ./Commands/fast.h
- arg_types.o: ./Commands/strings.h
- arg_types.o: ./Commands/gc.h
- arg_types.o: ./Commands/gc_verbose.h
- arg_types.o: ./commands.h
- arg_types.o: ./Commands/xreg.h
- arg_types.o: ./Commands/yreg.h
- arg_types.o: ./Commands/step.h
- arg_types.o: ./Commands/next.h
- arg_types.o: ./Commands/run.h
- arg_types.o: ./Commands/trace.h
- arg_types.o: ./Commands/list.h
- arg_types.o: ./Commands/load.h
- arg_types.o: ./Commands/help.h
- arg_types.o: ./Commands/reg.h
- arg_types.o: ./Commands/reset.h
- arg_types.o: ./Commands/stop.h
- arg_types.o: ./Commands/cont.h
- arg_types.o: ./Commands/print.h
- arg_types.o: ./Commands/compile.h
- arg_types.o: ./Commands/status.h
- arg_types.o: ./Commands/breadth.h
- arg_types.o: ./Commands/depth.h
- arg_types.o: ./Commands/mem.h
- arg_types.o: ./Commands/env.h
- arg_types.o: ./Commands/cp.h
- arg_types.o: ./Commands/profile.h
- arg_types.o: ./Commands/argtypes.h
- arg_types.o: ./Commands/listproc.h
- arg_types.o: ./Commands/database.h
- arg_types.o: ./Commands/heap.h
- arg_types.o: ./Commands/table.h
- arg_types.o: ./Commands/heapusage.h
- arg_types.o: ./Commands/window.h
- arg_types.o: ./Commands/gc_data.h
- arg_types.o: ./Commands/echo.h
- arg_types.o: ./Commands/fast.h
- arg_types.o: ./Commands/strings.h
- arg_types.o: ./Commands/gc.h
- arg_types.o: ./Commands/gc_verbose.h
- arg_types.o: ./arg_types.h
- arg_types.o: ./basics.h
- assembler.o: assembler.c
- assembler.o: ./hash_table.h
- assembler.o: ./string_table.h
- assembler.o: ./scan.h
- assembler.o: ./tags.h
- assembler.o: ./instr.h
- assembler.o: ./inst_args.h
- assembler.o: ./built_ins.h
- assembler.o: ./BuiltIns/is2.h
- assembler.o: ./BuiltIns/is4.h
- assembler.o: ./BuiltIns/write.h
- assembler.o: ./BuiltIns/nl.h
- assembler.o: ./BuiltIns/var.h
- assembler.o: ./BuiltIns/integer.h
- assembler.o: ./BuiltIns/number.h
- assembler.o: ./BuiltIns/gtvar.h
- assembler.o: ./BuiltIns/ltvar.h
- assembler.o: ./BuiltIns/gt.h
- assembler.o: ./BuiltIns/ge.h
- assembler.o: ./BuiltIns/lt.h
- assembler.o: ./BuiltIns/le.h
- assembler.o: ./BuiltIns/neqarithm.h
- assembler.o: ./BuiltIns/neq.h
- assembler.o: ./BuiltIns/nsame.h
- assembler.o: ./BuiltIns/same.h
- assembler.o: ./BuiltIns/univ.h
- assembler.o: ./BuiltIns/name.h
- assembler.o: ./BuiltIns/tell.h
- assembler.o: ./BuiltIns/told.h
- assembler.o: ./BuiltIns/read.h
- assembler.o: ./BuiltIns/length.h
- assembler.o: ./BuiltIns/statistics.h
- assembler.o: ./BuiltIns/atom.h
- assembler.o: ./BuiltIns/functor.h
- assembler.o: ./BuiltIns/arg.h
- assembler.o: ./BuiltIns/assert.h
- assembler.o: ./BuiltIns/retract.h
- assembler.o: ./BuiltIns/metacall.h
- assembler.o: ./BuiltIns/set.h
- assembler.o: ./BuiltIns/access.h
- assembler.o: ./BuiltIns/success.h
- assembler.o: ./BuiltIns/failure.h
- assembler.o: ./BuiltIns/put.h
- assembler.o: ./BuiltIns/writeq.h
- assembler.o: ./list_inst_args.h
- assembler.o: ./inst_table.h
- assembler.o: ./instructions.h
- assembler.o: ./Instructions/switch_on_term.h
- assembler.o: ./Instructions/switch_on_constant.h
- assembler.o: ./Instructions/switch_on_structure.h
- assembler.o: ./Instructions/try.h
- assembler.o: ./Instructions/retry.h
- assembler.o: ./Instructions/trust.h
- assembler.o: ./Instructions/try_me_else.h
- assembler.o: ./Instructions/retry_me_else.h
- assembler.o: ./Instructions/trust_me_else.h
- assembler.o: ./Instructions/fail.h
- assembler.o: ./Instructions/cut.h
- assembler.o: ./Instructions/proceed.h
- assembler.o: ./Instructions/execute_proc.h
- assembler.o: ./Instructions/execute_label.h
- assembler.o: ./Instructions/call.h
- assembler.o: ./Instructions/escape.h
- assembler.o: ./Instructions/init.h
- assembler.o: ./Instructions/get_variable_x.h
- assembler.o: ./Instructions/get_variable_y.h
- assembler.o: ./Instructions/get_value_x.h
- assembler.o: ./Instructions/get_value_y.h
- assembler.o: ./Instructions/get_constant.h
- assembler.o: ./Instructions/get_nil.h
- assembler.o: ./Instructions/get_structure.h
- assembler.o: ./Instructions/get_list.h
- assembler.o: ./Instructions/get_cdr_list.h
- assembler.o: ./Instructions/get_cdr_list_write.h
- assembler.o: ./Instructions/put_variable_x.h
- assembler.o: ./Instructions/put_variable_y.h
- assembler.o: ./Instructions/put_value_x.h
- assembler.o: ./Instructions/put_value_y.h
- assembler.o: ./Instructions/put_unsafe_value.h
- assembler.o: ./Instructions/put_constant.h
- assembler.o: ./Instructions/put_nil.h
- assembler.o: ./Instructions/put_structure.h
- assembler.o: ./Instructions/put_list.h
- assembler.o: ./Instructions/unify_void.h
- assembler.o: ./Instructions/unify_void_write.h
- assembler.o: ./Instructions/unify_value_x.h
- assembler.o: ./Instructions/unify_value_y.h
- assembler.o: ./Instructions/unify_value_write_x.h
- assembler.o: ./Instructions/unify_value_write_y.h
- assembler.o: ./Instructions/unify_variable_x.h
- assembler.o: ./Instructions/unify_variable_y.h
- assembler.o: ./Instructions/unify_variable_write_x.h
- assembler.o: ./Instructions/unify_variable_write_y.h
- assembler.o: ./Instructions/unify_unsafe_value.h
- assembler.o: ./Instructions/unify_unsafe_value_write.h
- assembler.o: ./Instructions/unify_constant.h
- assembler.o: ./Instructions/unify_constant_write.h
- assembler.o: ./Instructions/unify_nil.h
- assembler.o: ./Instructions/unify_nil_write.h
- assembler.o: ./Instructions/halt.h
- assembler.o: ./instructions.h
- assembler.o: ./Instructions/switch_on_term.h
- assembler.o: ./Instructions/switch_on_constant.h
- assembler.o: ./Instructions/switch_on_structure.h
- assembler.o: ./Instructions/try.h
- assembler.o: ./Instructions/retry.h
- assembler.o: ./Instructions/trust.h
- assembler.o: ./Instructions/try_me_else.h
- assembler.o: ./Instructions/retry_me_else.h
- assembler.o: ./Instructions/trust_me_else.h
- assembler.o: ./Instructions/fail.h
- assembler.o: ./Instructions/cut.h
- assembler.o: ./Instructions/proceed.h
- assembler.o: ./Instructions/execute_proc.h
- assembler.o: ./Instructions/execute_label.h
- assembler.o: ./Instructions/call.h
- assembler.o: ./Instructions/escape.h
- assembler.o: ./Instructions/init.h
- assembler.o: ./Instructions/get_variable_x.h
- assembler.o: ./Instructions/get_variable_y.h
- assembler.o: ./Instructions/get_value_x.h
- assembler.o: ./Instructions/get_value_y.h
- assembler.o: ./Instructions/get_constant.h
- assembler.o: ./Instructions/get_nil.h
- assembler.o: ./Instructions/get_structure.h
- assembler.o: ./Instructions/get_list.h
- assembler.o: ./Instructions/get_cdr_list.h
- assembler.o: ./Instructions/get_cdr_list_write.h
- assembler.o: ./Instructions/put_variable_x.h
- assembler.o: ./Instructions/put_variable_y.h
- assembler.o: ./Instructions/put_value_x.h
- assembler.o: ./Instructions/put_value_y.h
- assembler.o: ./Instructions/put_unsafe_value.h
- assembler.o: ./Instructions/put_constant.h
- assembler.o: ./Instructions/put_nil.h
- assembler.o: ./Instructions/put_structure.h
- assembler.o: ./Instructions/put_list.h
- assembler.o: ./Instructions/unify_void.h
- assembler.o: ./Instructions/unify_void_write.h
- assembler.o: ./Instructions/unify_value_x.h
- assembler.o: ./Instructions/unify_value_y.h
- assembler.o: ./Instructions/unify_value_write_x.h
- assembler.o: ./Instructions/unify_value_write_y.h
- assembler.o: ./Instructions/unify_variable_x.h
- assembler.o: ./Instructions/unify_variable_y.h
- assembler.o: ./Instructions/unify_variable_write_x.h
- assembler.o: ./Instructions/unify_variable_write_y.h
- assembler.o: ./Instructions/unify_unsafe_value.h
- assembler.o: ./Instructions/unify_unsafe_value_write.h
- assembler.o: ./Instructions/unify_constant.h
- assembler.o: ./Instructions/unify_constant_write.h
- assembler.o: ./Instructions/unify_nil.h
- assembler.o: ./Instructions/unify_nil_write.h
- assembler.o: ./Instructions/halt.h
- assembler.o: ./memory.h
- assembler.o: ./memory_sizes.h
- assembler.o: ./assembler.h
- assembler.o: ./main.h
- assembler.o: ./basics.h
- assembler.o: ./top_level.h
- assembler.o: ./commands.h
- assembler.o: ./Commands/xreg.h
- assembler.o: ./Commands/yreg.h
- assembler.o: ./Commands/step.h
- assembler.o: ./Commands/next.h
- assembler.o: ./Commands/run.h
- assembler.o: ./Commands/trace.h
- assembler.o: ./Commands/list.h
- assembler.o: ./Commands/load.h
- assembler.o: ./Commands/help.h
- assembler.o: ./Commands/reg.h
- assembler.o: ./Commands/reset.h
- assembler.o: ./Commands/stop.h
- assembler.o: ./Commands/cont.h
- assembler.o: ./Commands/print.h
- assembler.o: ./Commands/compile.h
- assembler.o: ./Commands/status.h
- assembler.o: ./Commands/breadth.h
- assembler.o: ./Commands/depth.h
- assembler.o: ./Commands/mem.h
- assembler.o: ./Commands/env.h
- assembler.o: ./Commands/cp.h
- assembler.o: ./Commands/profile.h
- assembler.o: ./Commands/argtypes.h
- assembler.o: ./Commands/listproc.h
- assembler.o: ./Commands/database.h
- assembler.o: ./Commands/heap.h
- assembler.o: ./Commands/table.h
- assembler.o: ./Commands/heapusage.h
- assembler.o: ./Commands/window.h
- assembler.o: ./Commands/gc_data.h
- assembler.o: ./Commands/echo.h
- assembler.o: ./Commands/fast.h
- assembler.o: ./Commands/strings.h
- assembler.o: ./Commands/gc.h
- assembler.o: ./Commands/gc_verbose.h
- assembler.o: ./commands.h
- assembler.o: ./Commands/xreg.h
- assembler.o: ./Commands/yreg.h
- assembler.o: ./Commands/step.h
- assembler.o: ./Commands/next.h
- assembler.o: ./Commands/run.h
- assembler.o: ./Commands/trace.h
- assembler.o: ./Commands/list.h
- assembler.o: ./Commands/load.h
- assembler.o: ./Commands/help.h
- assembler.o: ./Commands/reg.h
- assembler.o: ./Commands/reset.h
- assembler.o: ./Commands/stop.h
- assembler.o: ./Commands/cont.h
- assembler.o: ./Commands/print.h
- assembler.o: ./Commands/compile.h
- assembler.o: ./Commands/status.h
- assembler.o: ./Commands/breadth.h
- assembler.o: ./Commands/depth.h
- assembler.o: ./Commands/mem.h
- assembler.o: ./Commands/env.h
- assembler.o: ./Commands/cp.h
- assembler.o: ./Commands/profile.h
- assembler.o: ./Commands/argtypes.h
- assembler.o: ./Commands/listproc.h
- assembler.o: ./Commands/database.h
- assembler.o: ./Commands/heap.h
- assembler.o: ./Commands/table.h
- assembler.o: ./Commands/heapusage.h
- assembler.o: ./Commands/window.h
- assembler.o: ./Commands/gc_data.h
- assembler.o: ./Commands/echo.h
- assembler.o: ./Commands/fast.h
- assembler.o: ./Commands/strings.h
- assembler.o: ./Commands/gc.h
- assembler.o: ./Commands/gc_verbose.h
- b.o: b.c
- basics.o: basics.c
- basics.o: ./tags.h
- basics.o: ./instr.h
- basics.o: ./hash_table.h
- basics.o: ./string_table.h
- basics.o: ./memory.h
- basics.o: ./memory_sizes.h
- basics.o: ./basics.h
- basics.o: ./top_level.h
- basics.o: ./commands.h
- basics.o: ./Commands/xreg.h
- basics.o: ./Commands/yreg.h
- basics.o: ./Commands/step.h
- basics.o: ./Commands/next.h
- basics.o: ./Commands/run.h
- basics.o: ./Commands/trace.h
- basics.o: ./Commands/list.h
- basics.o: ./Commands/load.h
- basics.o: ./Commands/help.h
- basics.o: ./Commands/reg.h
- basics.o: ./Commands/reset.h
- basics.o: ./Commands/stop.h
- basics.o: ./Commands/cont.h
- basics.o: ./Commands/print.h
- basics.o: ./Commands/compile.h
- basics.o: ./Commands/status.h
- basics.o: ./Commands/breadth.h
- basics.o: ./Commands/depth.h
- basics.o: ./Commands/mem.h
- basics.o: ./Commands/env.h
- basics.o: ./Commands/cp.h
- basics.o: ./Commands/profile.h
- basics.o: ./Commands/argtypes.h
- basics.o: ./Commands/listproc.h
- basics.o: ./Commands/database.h
- basics.o: ./Commands/heap.h
- basics.o: ./Commands/table.h
- basics.o: ./Commands/heapusage.h
- basics.o: ./Commands/window.h
- basics.o: ./Commands/gc_data.h
- basics.o: ./Commands/echo.h
- basics.o: ./Commands/fast.h
- basics.o: ./Commands/strings.h
- basics.o: ./Commands/gc.h
- basics.o: ./Commands/gc_verbose.h
- basics.o: ./commands.h
- basics.o: ./Commands/xreg.h
- basics.o: ./Commands/yreg.h
- basics.o: ./Commands/step.h
- basics.o: ./Commands/next.h
- basics.o: ./Commands/run.h
- basics.o: ./Commands/trace.h
- basics.o: ./Commands/list.h
- basics.o: ./Commands/load.h
- basics.o: ./Commands/help.h
- basics.o: ./Commands/reg.h
- basics.o: ./Commands/reset.h
- basics.o: ./Commands/stop.h
- basics.o: ./Commands/cont.h
- basics.o: ./Commands/print.h
- basics.o: ./Commands/compile.h
- basics.o: ./Commands/status.h
- basics.o: ./Commands/breadth.h
- basics.o: ./Commands/depth.h
- basics.o: ./Commands/mem.h
- basics.o: ./Commands/env.h
- basics.o: ./Commands/cp.h
- basics.o: ./Commands/profile.h
- basics.o: ./Commands/argtypes.h
- basics.o: ./Commands/listproc.h
- basics.o: ./Commands/database.h
- basics.o: ./Commands/heap.h
- basics.o: ./Commands/table.h
- basics.o: ./Commands/heapusage.h
- basics.o: ./Commands/window.h
- basics.o: ./Commands/gc_data.h
- basics.o: ./Commands/echo.h
- basics.o: ./Commands/fast.h
- basics.o: ./Commands/strings.h
- basics.o: ./Commands/gc.h
- basics.o: ./Commands/gc_verbose.h
- built_ins.o: built_ins.c
- built_ins.o: /usr/include/sys/time.h
- built_ins.o: /usr/include/time.h
- built_ins.o: /usr/include/sys/resource.h
- built_ins.o: /usr/include/ctype.h
- built_ins.o: ./tags.h
- built_ins.o: ./instr.h
- built_ins.o: ./hash_table.h
- built_ins.o: ./string_table.h
- built_ins.o: ./memory.h
- built_ins.o: ./memory_sizes.h
- built_ins.o: ./scan.h
- built_ins.o: ./inst_args.h
- built_ins.o: ./built_ins.h
- built_ins.o: ./BuiltIns/is2.h
- built_ins.o: ./BuiltIns/is4.h
- built_ins.o: ./BuiltIns/write.h
- built_ins.o: ./BuiltIns/nl.h
- built_ins.o: ./BuiltIns/var.h
- built_ins.o: ./BuiltIns/integer.h
- built_ins.o: ./BuiltIns/number.h
- built_ins.o: ./BuiltIns/gtvar.h
- built_ins.o: ./BuiltIns/ltvar.h
- built_ins.o: ./BuiltIns/gt.h
- built_ins.o: ./BuiltIns/ge.h
- built_ins.o: ./BuiltIns/lt.h
- built_ins.o: ./BuiltIns/le.h
- built_ins.o: ./BuiltIns/neqarithm.h
- built_ins.o: ./BuiltIns/neq.h
- built_ins.o: ./BuiltIns/nsame.h
- built_ins.o: ./BuiltIns/same.h
- built_ins.o: ./BuiltIns/univ.h
- built_ins.o: ./BuiltIns/name.h
- built_ins.o: ./BuiltIns/tell.h
- built_ins.o: ./BuiltIns/told.h
- built_ins.o: ./BuiltIns/read.h
- built_ins.o: ./BuiltIns/length.h
- built_ins.o: ./BuiltIns/statistics.h
- built_ins.o: ./BuiltIns/atom.h
- built_ins.o: ./BuiltIns/functor.h
- built_ins.o: ./BuiltIns/arg.h
- built_ins.o: ./BuiltIns/assert.h
- built_ins.o: ./BuiltIns/retract.h
- built_ins.o: ./BuiltIns/metacall.h
- built_ins.o: ./BuiltIns/set.h
- built_ins.o: ./BuiltIns/access.h
- built_ins.o: ./BuiltIns/success.h
- built_ins.o: ./BuiltIns/failure.h
- built_ins.o: ./BuiltIns/put.h
- built_ins.o: ./BuiltIns/writeq.h
- built_ins.o: ./list_inst_args.h
- built_ins.o: ./basics.h
- built_ins.o: ./top_level.h
- built_ins.o: ./commands.h
- built_ins.o: ./Commands/xreg.h
- built_ins.o: ./Commands/yreg.h
- built_ins.o: ./Commands/step.h
- built_ins.o: ./Commands/next.h
- built_ins.o: ./Commands/run.h
- built_ins.o: ./Commands/trace.h
- built_ins.o: ./Commands/list.h
- built_ins.o: ./Commands/load.h
- built_ins.o: ./Commands/help.h
- built_ins.o: ./Commands/reg.h
- built_ins.o: ./Commands/reset.h
- built_ins.o: ./Commands/stop.h
- built_ins.o: ./Commands/cont.h
- built_ins.o: ./Commands/print.h
- built_ins.o: ./Commands/compile.h
- built_ins.o: ./Commands/status.h
- built_ins.o: ./Commands/breadth.h
- built_ins.o: ./Commands/depth.h
- built_ins.o: ./Commands/mem.h
- built_ins.o: ./Commands/env.h
- built_ins.o: ./Commands/cp.h
- built_ins.o: ./Commands/profile.h
- built_ins.o: ./Commands/argtypes.h
- built_ins.o: ./Commands/listproc.h
- built_ins.o: ./Commands/database.h
- built_ins.o: ./Commands/heap.h
- built_ins.o: ./Commands/table.h
- built_ins.o: ./Commands/heapusage.h
- built_ins.o: ./Commands/window.h
- built_ins.o: ./Commands/gc_data.h
- built_ins.o: ./Commands/echo.h
- built_ins.o: ./Commands/fast.h
- built_ins.o: ./Commands/strings.h
- built_ins.o: ./Commands/gc.h
- built_ins.o: ./Commands/gc_verbose.h
- built_ins.o: ./commands.h
- built_ins.o: ./Commands/xreg.h
- built_ins.o: ./Commands/yreg.h
- built_ins.o: ./Commands/step.h
- built_ins.o: ./Commands/next.h
- built_ins.o: ./Commands/run.h
- built_ins.o: ./Commands/trace.h
- built_ins.o: ./Commands/list.h
- built_ins.o: ./Commands/load.h
- built_ins.o: ./Commands/help.h
- built_ins.o: ./Commands/reg.h
- built_ins.o: ./Commands/reset.h
- built_ins.o: ./Commands/stop.h
- built_ins.o: ./Commands/cont.h
- built_ins.o: ./Commands/print.h
- built_ins.o: ./Commands/compile.h
- built_ins.o: ./Commands/status.h
- built_ins.o: ./Commands/breadth.h
- built_ins.o: ./Commands/depth.h
- built_ins.o: ./Commands/mem.h
- built_ins.o: ./Commands/env.h
- built_ins.o: ./Commands/cp.h
- built_ins.o: ./Commands/profile.h
- built_ins.o: ./Commands/argtypes.h
- built_ins.o: ./Commands/listproc.h
- built_ins.o: ./Commands/database.h
- built_ins.o: ./Commands/heap.h
- built_ins.o: ./Commands/table.h
- built_ins.o: ./Commands/heapusage.h
- built_ins.o: ./Commands/window.h
- built_ins.o: ./Commands/gc_data.h
- built_ins.o: ./Commands/echo.h
- built_ins.o: ./Commands/fast.h
- built_ins.o: ./Commands/strings.h
- built_ins.o: ./Commands/gc.h
- built_ins.o: ./Commands/gc_verbose.h
- built_ins.o: ./main.h
- compile.o: compile.c
- compile.o: /usr/include/sys/types.h
- compile.o: /usr/include/sys/wait.h
- compile.o: /usr/include/machine/machparam.h
- compile.o: /usr/include/strings.h
- compile.o: ./compile.h
- control.o: control.c
- control.o: ./tags.h
- control.o: ./instr.h
- control.o: ./hash_table.h
- control.o: ./string_table.h
- control.o: ./scan.h
- control.o: ./inst_args.h
- control.o: ./built_ins.h
- control.o: ./BuiltIns/is2.h
- control.o: ./BuiltIns/is4.h
- control.o: ./BuiltIns/write.h
- control.o: ./BuiltIns/nl.h
- control.o: ./BuiltIns/var.h
- control.o: ./BuiltIns/integer.h
- control.o: ./BuiltIns/number.h
- control.o: ./BuiltIns/gtvar.h
- control.o: ./BuiltIns/ltvar.h
- control.o: ./BuiltIns/gt.h
- control.o: ./BuiltIns/ge.h
- control.o: ./BuiltIns/lt.h
- control.o: ./BuiltIns/le.h
- control.o: ./BuiltIns/neqarithm.h
- control.o: ./BuiltIns/neq.h
- control.o: ./BuiltIns/nsame.h
- control.o: ./BuiltIns/same.h
- control.o: ./BuiltIns/univ.h
- control.o: ./BuiltIns/name.h
- control.o: ./BuiltIns/tell.h
- control.o: ./BuiltIns/told.h
- control.o: ./BuiltIns/read.h
- control.o: ./BuiltIns/length.h
- control.o: ./BuiltIns/statistics.h
- control.o: ./BuiltIns/atom.h
- control.o: ./BuiltIns/functor.h
- control.o: ./BuiltIns/arg.h
- control.o: ./BuiltIns/assert.h
- control.o: ./BuiltIns/retract.h
- control.o: ./BuiltIns/metacall.h
- control.o: ./BuiltIns/set.h
- control.o: ./BuiltIns/access.h
- control.o: ./BuiltIns/success.h
- control.o: ./BuiltIns/failure.h
- control.o: ./BuiltIns/put.h
- control.o: ./BuiltIns/writeq.h
- control.o: ./list_inst_args.h
- control.o: ./memory.h
- control.o: ./memory_sizes.h
- control.o: ./basics.h
- control.o: ./top_level.h
- control.o: ./commands.h
- control.o: ./Commands/xreg.h
- control.o: ./Commands/yreg.h
- control.o: ./Commands/step.h
- control.o: ./Commands/next.h
- control.o: ./Commands/run.h
- control.o: ./Commands/trace.h
- control.o: ./Commands/list.h
- control.o: ./Commands/load.h
- control.o: ./Commands/help.h
- control.o: ./Commands/reg.h
- control.o: ./Commands/reset.h
- control.o: ./Commands/stop.h
- control.o: ./Commands/cont.h
- control.o: ./Commands/print.h
- control.o: ./Commands/compile.h
- control.o: ./Commands/status.h
- control.o: ./Commands/breadth.h
- control.o: ./Commands/depth.h
- control.o: ./Commands/mem.h
- control.o: ./Commands/env.h
- control.o: ./Commands/cp.h
- control.o: ./Commands/profile.h
- control.o: ./Commands/argtypes.h
- control.o: ./Commands/listproc.h
- control.o: ./Commands/database.h
- control.o: ./Commands/heap.h
- control.o: ./Commands/table.h
- control.o: ./Commands/heapusage.h
- control.o: ./Commands/window.h
- control.o: ./Commands/gc_data.h
- control.o: ./Commands/echo.h
- control.o: ./Commands/fast.h
- control.o: ./Commands/strings.h
- control.o: ./Commands/gc.h
- control.o: ./Commands/gc_verbose.h
- control.o: ./commands.h
- control.o: ./Commands/xreg.h
- control.o: ./Commands/yreg.h
- control.o: ./Commands/step.h
- control.o: ./Commands/next.h
- control.o: ./Commands/run.h
- control.o: ./Commands/trace.h
- control.o: ./Commands/list.h
- control.o: ./Commands/load.h
- control.o: ./Commands/help.h
- control.o: ./Commands/reg.h
- control.o: ./Commands/reset.h
- control.o: ./Commands/stop.h
- control.o: ./Commands/cont.h
- control.o: ./Commands/print.h
- control.o: ./Commands/compile.h
- control.o: ./Commands/status.h
- control.o: ./Commands/breadth.h
- control.o: ./Commands/depth.h
- control.o: ./Commands/mem.h
- control.o: ./Commands/env.h
- control.o: ./Commands/cp.h
- control.o: ./Commands/profile.h
- control.o: ./Commands/argtypes.h
- control.o: ./Commands/listproc.h
- control.o: ./Commands/database.h
- control.o: ./Commands/heap.h
- control.o: ./Commands/table.h
- control.o: ./Commands/heapusage.h
- control.o: ./Commands/window.h
- control.o: ./Commands/gc_data.h
- control.o: ./Commands/echo.h
- control.o: ./Commands/fast.h
- control.o: ./Commands/strings.h
- control.o: ./Commands/gc.h
- control.o: ./Commands/gc_verbose.h
- correl.o: correl.c
- fast_copy.o: fast_copy.c
- get_put_unify.o: get_put_unify.c
- get_put_unify.o: ./tags.h
- get_put_unify.o: ./instr.h
- get_put_unify.o: ./hash_table.h
- get_put_unify.o: ./string_table.h
- get_put_unify.o: ./memory.h
- get_put_unify.o: ./memory_sizes.h
- get_put_unify.o: ./basics.h
- hash_table.o: hash_table.c
- hash_table.o: ./hash_table.h
- inst_args.o: inst_args.c
- inst_args.o: /usr/include/ctype.h
- inst_args.o: ./tags.h
- inst_args.o: ./instr.h
- inst_args.o: ./hash_table.h
- inst_args.o: ./string_table.h
- inst_args.o: ./scan.h
- inst_args.o: ./inst_args.h
- inst_args.o: ./built_ins.h
- inst_args.o: ./BuiltIns/is2.h
- inst_args.o: ./BuiltIns/is4.h
- inst_args.o: ./BuiltIns/write.h
- inst_args.o: ./BuiltIns/nl.h
- inst_args.o: ./BuiltIns/var.h
- inst_args.o: ./BuiltIns/integer.h
- inst_args.o: ./BuiltIns/number.h
- inst_args.o: ./BuiltIns/gtvar.h
- inst_args.o: ./BuiltIns/ltvar.h
- inst_args.o: ./BuiltIns/gt.h
- inst_args.o: ./BuiltIns/ge.h
- inst_args.o: ./BuiltIns/lt.h
- inst_args.o: ./BuiltIns/le.h
- inst_args.o: ./BuiltIns/neqarithm.h
- inst_args.o: ./BuiltIns/neq.h
- inst_args.o: ./BuiltIns/nsame.h
- inst_args.o: ./BuiltIns/same.h
- inst_args.o: ./BuiltIns/univ.h
- inst_args.o: ./BuiltIns/name.h
- inst_args.o: ./BuiltIns/tell.h
- inst_args.o: ./BuiltIns/told.h
- inst_args.o: ./BuiltIns/read.h
- inst_args.o: ./BuiltIns/length.h
- inst_args.o: ./BuiltIns/statistics.h
- inst_args.o: ./BuiltIns/atom.h
- inst_args.o: ./BuiltIns/functor.h
- inst_args.o: ./BuiltIns/arg.h
- inst_args.o: ./BuiltIns/assert.h
- inst_args.o: ./BuiltIns/retract.h
- inst_args.o: ./BuiltIns/metacall.h
- inst_args.o: ./BuiltIns/set.h
- inst_args.o: ./BuiltIns/access.h
- inst_args.o: ./BuiltIns/success.h
- inst_args.o: ./BuiltIns/failure.h
- inst_args.o: ./BuiltIns/put.h
- inst_args.o: ./BuiltIns/writeq.h
- inst_args.o: ./list_inst_args.h
- inst_args.o: ./memory.h
- inst_args.o: ./memory_sizes.h
- inst_args.o: ./basics.h
- inst_args.o: ./list_inst_args.h
- inst_args.o: ./built_ins.h
- inst_args.o: ./BuiltIns/is2.h
- inst_args.o: ./BuiltIns/is4.h
- inst_args.o: ./BuiltIns/write.h
- inst_args.o: ./BuiltIns/nl.h
- inst_args.o: ./BuiltIns/var.h
- inst_args.o: ./BuiltIns/integer.h
- inst_args.o: ./BuiltIns/number.h
- inst_args.o: ./BuiltIns/gtvar.h
- inst_args.o: ./BuiltIns/ltvar.h
- inst_args.o: ./BuiltIns/gt.h
- inst_args.o: ./BuiltIns/ge.h
- inst_args.o: ./BuiltIns/lt.h
- inst_args.o: ./BuiltIns/le.h
- inst_args.o: ./BuiltIns/neqarithm.h
- inst_args.o: ./BuiltIns/neq.h
- inst_args.o: ./BuiltIns/nsame.h
- inst_args.o: ./BuiltIns/same.h
- inst_args.o: ./BuiltIns/univ.h
- inst_args.o: ./BuiltIns/name.h
- inst_args.o: ./BuiltIns/tell.h
- inst_args.o: ./BuiltIns/told.h
- inst_args.o: ./BuiltIns/read.h
- inst_args.o: ./BuiltIns/length.h
- inst_args.o: ./BuiltIns/statistics.h
- inst_args.o: ./BuiltIns/atom.h
- inst_args.o: ./BuiltIns/functor.h
- inst_args.o: ./BuiltIns/arg.h
- inst_args.o: ./BuiltIns/assert.h
- inst_args.o: ./BuiltIns/retract.h
- inst_args.o: ./BuiltIns/metacall.h
- inst_args.o: ./BuiltIns/set.h
- inst_args.o: ./BuiltIns/access.h
- inst_args.o: ./BuiltIns/success.h
- inst_args.o: ./BuiltIns/failure.h
- inst_args.o: ./BuiltIns/put.h
- inst_args.o: ./BuiltIns/writeq.h
- inst_table.o: inst_table.c
- inst_table.o: /usr/include/ctype.h
- inst_table.o: ./hash_table.h
- inst_table.o: ./string_table.h
- inst_table.o: ./scan.h
- inst_table.o: ./tags.h
- inst_table.o: ./instr.h
- inst_table.o: ./inst_args.h
- inst_table.o: ./built_ins.h
- inst_table.o: ./BuiltIns/is2.h
- inst_table.o: ./BuiltIns/is4.h
- inst_table.o: ./BuiltIns/write.h
- inst_table.o: ./BuiltIns/nl.h
- inst_table.o: ./BuiltIns/var.h
- inst_table.o: ./BuiltIns/integer.h
- inst_table.o: ./BuiltIns/number.h
- inst_table.o: ./BuiltIns/gtvar.h
- inst_table.o: ./BuiltIns/ltvar.h
- inst_table.o: ./BuiltIns/gt.h
- inst_table.o: ./BuiltIns/ge.h
- inst_table.o: ./BuiltIns/lt.h
- inst_table.o: ./BuiltIns/le.h
- inst_table.o: ./BuiltIns/neqarithm.h
- inst_table.o: ./BuiltIns/neq.h
- inst_table.o: ./BuiltIns/nsame.h
- inst_table.o: ./BuiltIns/same.h
- inst_table.o: ./BuiltIns/univ.h
- inst_table.o: ./BuiltIns/name.h
- inst_table.o: ./BuiltIns/tell.h
- inst_table.o: ./BuiltIns/told.h
- inst_table.o: ./BuiltIns/read.h
- inst_table.o: ./BuiltIns/length.h
- inst_table.o: ./BuiltIns/statistics.h
- inst_table.o: ./BuiltIns/atom.h
- inst_table.o: ./BuiltIns/functor.h
- inst_table.o: ./BuiltIns/arg.h
- inst_table.o: ./BuiltIns/assert.h
- inst_table.o: ./BuiltIns/retract.h
- inst_table.o: ./BuiltIns/metacall.h
- inst_table.o: ./BuiltIns/set.h
- inst_table.o: ./BuiltIns/access.h
- inst_table.o: ./BuiltIns/success.h
- inst_table.o: ./BuiltIns/failure.h
- inst_table.o: ./BuiltIns/put.h
- inst_table.o: ./BuiltIns/writeq.h
- inst_table.o: ./list_inst_args.h
- inst_table.o: ./memory.h
- inst_table.o: ./memory_sizes.h
- inst_table.o: ./basics.h
- inst_table.o: ./inst_table.h
- inst_table.o: ./instructions.h
- inst_table.o: ./Instructions/switch_on_term.h
- inst_table.o: ./Instructions/switch_on_constant.h
- inst_table.o: ./Instructions/switch_on_structure.h
- inst_table.o: ./Instructions/try.h
- inst_table.o: ./Instructions/retry.h
- inst_table.o: ./Instructions/trust.h
- inst_table.o: ./Instructions/try_me_else.h
- inst_table.o: ./Instructions/retry_me_else.h
- inst_table.o: ./Instructions/trust_me_else.h
- inst_table.o: ./Instructions/fail.h
- inst_table.o: ./Instructions/cut.h
- inst_table.o: ./Instructions/proceed.h
- inst_table.o: ./Instructions/execute_proc.h
- inst_table.o: ./Instructions/execute_label.h
- inst_table.o: ./Instructions/call.h
- inst_table.o: ./Instructions/escape.h
- inst_table.o: ./Instructions/init.h
- inst_table.o: ./Instructions/get_variable_x.h
- inst_table.o: ./Instructions/get_variable_y.h
- inst_table.o: ./Instructions/get_value_x.h
- inst_table.o: ./Instructions/get_value_y.h
- inst_table.o: ./Instructions/get_constant.h
- inst_table.o: ./Instructions/get_nil.h
- inst_table.o: ./Instructions/get_structure.h
- inst_table.o: ./Instructions/get_list.h
- inst_table.o: ./Instructions/get_cdr_list.h
- inst_table.o: ./Instructions/get_cdr_list_write.h
- inst_table.o: ./Instructions/put_variable_x.h
- inst_table.o: ./Instructions/put_variable_y.h
- inst_table.o: ./Instructions/put_value_x.h
- inst_table.o: ./Instructions/put_value_y.h
- inst_table.o: ./Instructions/put_unsafe_value.h
- inst_table.o: ./Instructions/put_constant.h
- inst_table.o: ./Instructions/put_nil.h
- inst_table.o: ./Instructions/put_structure.h
- inst_table.o: ./Instructions/put_list.h
- inst_table.o: ./Instructions/unify_void.h
- inst_table.o: ./Instructions/unify_void_write.h
- inst_table.o: ./Instructions/unify_value_x.h
- inst_table.o: ./Instructions/unify_value_y.h
- inst_table.o: ./Instructions/unify_value_write_x.h
- inst_table.o: ./Instructions/unify_value_write_y.h
- inst_table.o: ./Instructions/unify_variable_x.h
- inst_table.o: ./Instructions/unify_variable_y.h
- inst_table.o: ./Instructions/unify_variable_write_x.h
- inst_table.o: ./Instructions/unify_variable_write_y.h
- inst_table.o: ./Instructions/unify_unsafe_value.h
- inst_table.o: ./Instructions/unify_unsafe_value_write.h
- inst_table.o: ./Instructions/unify_constant.h
- inst_table.o: ./Instructions/unify_constant_write.h
- inst_table.o: ./Instructions/unify_nil.h
- inst_table.o: ./Instructions/unify_nil_write.h
- inst_table.o: ./Instructions/halt.h
- inst_table.o: ./instructions.h
- inst_table.o: ./Instructions/switch_on_term.h
- inst_table.o: ./Instructions/switch_on_constant.h
- inst_table.o: ./Instructions/switch_on_structure.h
- inst_table.o: ./Instructions/try.h
- inst_table.o: ./Instructions/retry.h
- inst_table.o: ./Instructions/trust.h
- inst_table.o: ./Instructions/try_me_else.h
- inst_table.o: ./Instructions/retry_me_else.h
- inst_table.o: ./Instructions/trust_me_else.h
- inst_table.o: ./Instructions/fail.h
- inst_table.o: ./Instructions/cut.h
- inst_table.o: ./Instructions/proceed.h
- inst_table.o: ./Instructions/execute_proc.h
- inst_table.o: ./Instructions/execute_label.h
- inst_table.o: ./Instructions/call.h
- inst_table.o: ./Instructions/escape.h
- inst_table.o: ./Instructions/init.h
- inst_table.o: ./Instructions/get_variable_x.h
- inst_table.o: ./Instructions/get_variable_y.h
- inst_table.o: ./Instructions/get_value_x.h
- inst_table.o: ./Instructions/get_value_y.h
- inst_table.o: ./Instructions/get_constant.h
- inst_table.o: ./Instructions/get_nil.h
- inst_table.o: ./Instructions/get_structure.h
- inst_table.o: ./Instructions/get_list.h
- inst_table.o: ./Instructions/get_cdr_list.h
- inst_table.o: ./Instructions/get_cdr_list_write.h
- inst_table.o: ./Instructions/put_variable_x.h
- inst_table.o: ./Instructions/put_variable_y.h
- inst_table.o: ./Instructions/put_value_x.h
- inst_table.o: ./Instructions/put_value_y.h
- inst_table.o: ./Instructions/put_unsafe_value.h
- inst_table.o: ./Instructions/put_constant.h
- inst_table.o: ./Instructions/put_nil.h
- inst_table.o: ./Instructions/put_structure.h
- inst_table.o: ./Instructions/put_list.h
- inst_table.o: ./Instructions/unify_void.h
- inst_table.o: ./Instructions/unify_void_write.h
- inst_table.o: ./Instructions/unify_value_x.h
- inst_table.o: ./Instructions/unify_value_y.h
- inst_table.o: ./Instructions/unify_value_write_x.h
- inst_table.o: ./Instructions/unify_value_write_y.h
- inst_table.o: ./Instructions/unify_variable_x.h
- inst_table.o: ./Instructions/unify_variable_y.h
- inst_table.o: ./Instructions/unify_variable_write_x.h
- inst_table.o: ./Instructions/unify_variable_write_y.h
- inst_table.o: ./Instructions/unify_unsafe_value.h
- inst_table.o: ./Instructions/unify_unsafe_value_write.h
- inst_table.o: ./Instructions/unify_constant.h
- inst_table.o: ./Instructions/unify_constant_write.h
- inst_table.o: ./Instructions/unify_nil.h
- inst_table.o: ./Instructions/unify_nil_write.h
- inst_table.o: ./Instructions/halt.h
- inst_table.o: ./instructions.h
- inst_table.o: ./Instructions/switch_on_term.h
- inst_table.o: ./Instructions/switch_on_constant.h
- inst_table.o: ./Instructions/switch_on_structure.h
- inst_table.o: ./Instructions/try.h
- inst_table.o: ./Instructions/retry.h
- inst_table.o: ./Instructions/trust.h
- inst_table.o: ./Instructions/try_me_else.h
- inst_table.o: ./Instructions/retry_me_else.h
- inst_table.o: ./Instructions/trust_me_else.h
- inst_table.o: ./Instructions/fail.h
- inst_table.o: ./Instructions/cut.h
- inst_table.o: ./Instructions/proceed.h
- inst_table.o: ./Instructions/execute_proc.h
- inst_table.o: ./Instructions/execute_label.h
- inst_table.o: ./Instructions/call.h
- inst_table.o: ./Instructions/escape.h
- inst_table.o: ./Instructions/init.h
- inst_table.o: ./Instructions/get_variable_x.h
- inst_table.o: ./Instructions/get_variable_y.h
- inst_table.o: ./Instructions/get_value_x.h
- inst_table.o: ./Instructions/get_value_y.h
- inst_table.o: ./Instructions/get_constant.h
- inst_table.o: ./Instructions/get_nil.h
- inst_table.o: ./Instructions/get_structure.h
- inst_table.o: ./Instructions/get_list.h
- inst_table.o: ./Instructions/get_cdr_list.h
- inst_table.o: ./Instructions/get_cdr_list_write.h
- inst_table.o: ./Instructions/put_variable_x.h
- inst_table.o: ./Instructions/put_variable_y.h
- inst_table.o: ./Instructions/put_value_x.h
- inst_table.o: ./Instructions/put_value_y.h
- inst_table.o: ./Instructions/put_unsafe_value.h
- inst_table.o: ./Instructions/put_constant.h
- inst_table.o: ./Instructions/put_nil.h
- inst_table.o: ./Instructions/put_structure.h
- inst_table.o: ./Instructions/put_list.h
- inst_table.o: ./Instructions/unify_void.h
- inst_table.o: ./Instructions/unify_void_write.h
- inst_table.o: ./Instructions/unify_value_x.h
- inst_table.o: ./Instructions/unify_value_y.h
- inst_table.o: ./Instructions/unify_value_write_x.h
- inst_table.o: ./Instructions/unify_value_write_y.h
- inst_table.o: ./Instructions/unify_variable_x.h
- inst_table.o: ./Instructions/unify_variable_y.h
- inst_table.o: ./Instructions/unify_variable_write_x.h
- inst_table.o: ./Instructions/unify_variable_write_y.h
- inst_table.o: ./Instructions/unify_unsafe_value.h
- inst_table.o: ./Instructions/unify_unsafe_value_write.h
- inst_table.o: ./Instructions/unify_constant.h
- inst_table.o: ./Instructions/unify_constant_write.h
- inst_table.o: ./Instructions/unify_nil.h
- inst_table.o: ./Instructions/unify_nil_write.h
- inst_table.o: ./Instructions/halt.h
- main.o: main.c
- main.o: ./hash_table.h
- main.o: ./string_table.h
- main.o: ./tags.h
- main.o: ./instr.h
- main.o: ./scan.h
- main.o: ./memory.h
- main.o: ./memory_sizes.h
- main.o: ./inst_args.h
- main.o: ./built_ins.h
- main.o: ./BuiltIns/is2.h
- main.o: ./BuiltIns/is4.h
- main.o: ./BuiltIns/write.h
- main.o: ./BuiltIns/nl.h
- main.o: ./BuiltIns/var.h
- main.o: ./BuiltIns/integer.h
- main.o: ./BuiltIns/number.h
- main.o: ./BuiltIns/gtvar.h
- main.o: ./BuiltIns/ltvar.h
- main.o: ./BuiltIns/gt.h
- main.o: ./BuiltIns/ge.h
- main.o: ./BuiltIns/lt.h
- main.o: ./BuiltIns/le.h
- main.o: ./BuiltIns/neqarithm.h
- main.o: ./BuiltIns/neq.h
- main.o: ./BuiltIns/nsame.h
- main.o: ./BuiltIns/same.h
- main.o: ./BuiltIns/univ.h
- main.o: ./BuiltIns/name.h
- main.o: ./BuiltIns/tell.h
- main.o: ./BuiltIns/told.h
- main.o: ./BuiltIns/read.h
- main.o: ./BuiltIns/length.h
- main.o: ./BuiltIns/statistics.h
- main.o: ./BuiltIns/atom.h
- main.o: ./BuiltIns/functor.h
- main.o: ./BuiltIns/arg.h
- main.o: ./BuiltIns/assert.h
- main.o: ./BuiltIns/retract.h
- main.o: ./BuiltIns/metacall.h
- main.o: ./BuiltIns/set.h
- main.o: ./BuiltIns/access.h
- main.o: ./BuiltIns/success.h
- main.o: ./BuiltIns/failure.h
- main.o: ./BuiltIns/put.h
- main.o: ./BuiltIns/writeq.h
- main.o: ./list_inst_args.h
- main.o: ./inst_table.h
- main.o: ./instructions.h
- main.o: ./Instructions/switch_on_term.h
- main.o: ./Instructions/switch_on_constant.h
- main.o: ./Instructions/switch_on_structure.h
- main.o: ./Instructions/try.h
- main.o: ./Instructions/retry.h
- main.o: ./Instructions/trust.h
- main.o: ./Instructions/try_me_else.h
- main.o: ./Instructions/retry_me_else.h
- main.o: ./Instructions/trust_me_else.h
- main.o: ./Instructions/fail.h
- main.o: ./Instructions/cut.h
- main.o: ./Instructions/proceed.h
- main.o: ./Instructions/execute_proc.h
- main.o: ./Instructions/execute_label.h
- main.o: ./Instructions/call.h
- main.o: ./Instructions/escape.h
- main.o: ./Instructions/init.h
- main.o: ./Instructions/get_variable_x.h
- main.o: ./Instructions/get_variable_y.h
- main.o: ./Instructions/get_value_x.h
- main.o: ./Instructions/get_value_y.h
- main.o: ./Instructions/get_constant.h
- main.o: ./Instructions/get_nil.h
- main.o: ./Instructions/get_structure.h
- main.o: ./Instructions/get_list.h
- main.o: ./Instructions/get_cdr_list.h
- main.o: ./Instructions/get_cdr_list_write.h
- main.o: ./Instructions/put_variable_x.h
- main.o: ./Instructions/put_variable_y.h
- main.o: ./Instructions/put_value_x.h
- main.o: ./Instructions/put_value_y.h
- main.o: ./Instructions/put_unsafe_value.h
- main.o: ./Instructions/put_constant.h
- main.o: ./Instructions/put_nil.h
- main.o: ./Instructions/put_structure.h
- main.o: ./Instructions/put_list.h
- main.o: ./Instructions/unify_void.h
- main.o: ./Instructions/unify_void_write.h
- main.o: ./Instructions/unify_value_x.h
- main.o: ./Instructions/unify_value_y.h
- main.o: ./Instructions/unify_value_write_x.h
- main.o: ./Instructions/unify_value_write_y.h
- main.o: ./Instructions/unify_variable_x.h
- main.o: ./Instructions/unify_variable_y.h
- main.o: ./Instructions/unify_variable_write_x.h
- main.o: ./Instructions/unify_variable_write_y.h
- main.o: ./Instructions/unify_unsafe_value.h
- main.o: ./Instructions/unify_unsafe_value_write.h
- main.o: ./Instructions/unify_constant.h
- main.o: ./Instructions/unify_constant_write.h
- main.o: ./Instructions/unify_nil.h
- main.o: ./Instructions/unify_nil_write.h
- main.o: ./Instructions/halt.h
- main.o: ./instructions.h
- main.o: ./Instructions/switch_on_term.h
- main.o: ./Instructions/switch_on_constant.h
- main.o: ./Instructions/switch_on_structure.h
- main.o: ./Instructions/try.h
- main.o: ./Instructions/retry.h
- main.o: ./Instructions/trust.h
- main.o: ./Instructions/try_me_else.h
- main.o: ./Instructions/retry_me_else.h
- main.o: ./Instructions/trust_me_else.h
- main.o: ./Instructions/fail.h
- main.o: ./Instructions/cut.h
- main.o: ./Instructions/proceed.h
- main.o: ./Instructions/execute_proc.h
- main.o: ./Instructions/execute_label.h
- main.o: ./Instructions/call.h
- main.o: ./Instructions/escape.h
- main.o: ./Instructions/init.h
- main.o: ./Instructions/get_variable_x.h
- main.o: ./Instructions/get_variable_y.h
- main.o: ./Instructions/get_value_x.h
- main.o: ./Instructions/get_value_y.h
- main.o: ./Instructions/get_constant.h
- main.o: ./Instructions/get_nil.h
- main.o: ./Instructions/get_structure.h
- main.o: ./Instructions/get_list.h
- main.o: ./Instructions/get_cdr_list.h
- main.o: ./Instructions/get_cdr_list_write.h
- main.o: ./Instructions/put_variable_x.h
- main.o: ./Instructions/put_variable_y.h
- main.o: ./Instructions/put_value_x.h
- main.o: ./Instructions/put_value_y.h
- main.o: ./Instructions/put_unsafe_value.h
- main.o: ./Instructions/put_constant.h
- main.o: ./Instructions/put_nil.h
- main.o: ./Instructions/put_structure.h
- main.o: ./Instructions/put_list.h
- main.o: ./Instructions/unify_void.h
- main.o: ./Instructions/unify_void_write.h
- main.o: ./Instructions/unify_value_x.h
- main.o: ./Instructions/unify_value_y.h
- main.o: ./Instructions/unify_value_write_x.h
- main.o: ./Instructions/unify_value_write_y.h
- main.o: ./Instructions/unify_variable_x.h
- main.o: ./Instructions/unify_variable_y.h
- main.o: ./Instructions/unify_variable_write_x.h
- main.o: ./Instructions/unify_variable_write_y.h
- main.o: ./Instructions/unify_unsafe_value.h
- main.o: ./Instructions/unify_unsafe_value_write.h
- main.o: ./Instructions/unify_constant.h
- main.o: ./Instructions/unify_constant_write.h
- main.o: ./Instructions/unify_nil.h
- main.o: ./Instructions/unify_nil_write.h
- main.o: ./Instructions/halt.h
- main.o: ./assembler.h
- main.o: ./main.h
- main.o: ./control.h
- main.o: ./top_level.h
- main.o: ./commands.h
- main.o: ./Commands/xreg.h
- main.o: ./Commands/yreg.h
- main.o: ./Commands/step.h
- main.o: ./Commands/next.h
- main.o: ./Commands/run.h
- main.o: ./Commands/trace.h
- main.o: ./Commands/list.h
- main.o: ./Commands/load.h
- main.o: ./Commands/help.h
- main.o: ./Commands/reg.h
- main.o: ./Commands/reset.h
- main.o: ./Commands/stop.h
- main.o: ./Commands/cont.h
- main.o: ./Commands/print.h
- main.o: ./Commands/compile.h
- main.o: ./Commands/status.h
- main.o: ./Commands/breadth.h
- main.o: ./Commands/depth.h
- main.o: ./Commands/mem.h
- main.o: ./Commands/env.h
- main.o: ./Commands/cp.h
- main.o: ./Commands/profile.h
- main.o: ./Commands/argtypes.h
- main.o: ./Commands/listproc.h
- main.o: ./Commands/database.h
- main.o: ./Commands/heap.h
- main.o: ./Commands/table.h
- main.o: ./Commands/heapusage.h
- main.o: ./Commands/window.h
- main.o: ./Commands/gc_data.h
- main.o: ./Commands/echo.h
- main.o: ./Commands/fast.h
- main.o: ./Commands/strings.h
- main.o: ./Commands/gc.h
- main.o: ./Commands/gc_verbose.h
- main.o: ./commands.h
- main.o: ./Commands/xreg.h
- main.o: ./Commands/yreg.h
- main.o: ./Commands/step.h
- main.o: ./Commands/next.h
- main.o: ./Commands/run.h
- main.o: ./Commands/trace.h
- main.o: ./Commands/list.h
- main.o: ./Commands/load.h
- main.o: ./Commands/help.h
- main.o: ./Commands/reg.h
- main.o: ./Commands/reset.h
- main.o: ./Commands/stop.h
- main.o: ./Commands/cont.h
- main.o: ./Commands/print.h
- main.o: ./Commands/compile.h
- main.o: ./Commands/status.h
- main.o: ./Commands/breadth.h
- main.o: ./Commands/depth.h
- main.o: ./Commands/mem.h
- main.o: ./Commands/env.h
- main.o: ./Commands/cp.h
- main.o: ./Commands/profile.h
- main.o: ./Commands/argtypes.h
- main.o: ./Commands/listproc.h
- main.o: ./Commands/database.h
- main.o: ./Commands/heap.h
- main.o: ./Commands/table.h
- main.o: ./Commands/heapusage.h
- main.o: ./Commands/window.h
- main.o: ./Commands/gc_data.h
- main.o: ./Commands/echo.h
- main.o: ./Commands/fast.h
- main.o: ./Commands/strings.h
- main.o: ./Commands/gc.h
- main.o: ./Commands/gc_verbose.h
- mark_compact.o: mark_compact.c
- mark_copact.o: mark_copact.c
- mark_copy.o: mark_copy.c
- memory.o: memory.c
- memory.o: /usr/include/sys/types.h
- memory.o: /usr/include/sys/time.h
- memory.o: /usr/include/time.h
- memory.o: /usr/include/sys/resource.h
- memory.o: ./tags.h
- memory.o: ./instr.h
- memory.o: ./hash_table.h
- memory.o: ./string_table.h
- memory.o: ./memory.h
- memory.o: ./memory_sizes.h
- memory.o: ./top_level.h
- memory.o: ./commands.h
- memory.o: ./Commands/xreg.h
- memory.o: ./Commands/yreg.h
- memory.o: ./Commands/step.h
- memory.o: ./Commands/next.h
- memory.o: ./Commands/run.h
- memory.o: ./Commands/trace.h
- memory.o: ./Commands/list.h
- memory.o: ./Commands/load.h
- memory.o: ./Commands/help.h
- memory.o: ./Commands/reg.h
- memory.o: ./Commands/reset.h
- memory.o: ./Commands/stop.h
- memory.o: ./Commands/cont.h
- memory.o: ./Commands/print.h
- memory.o: ./Commands/compile.h
- memory.o: ./Commands/status.h
- memory.o: ./Commands/breadth.h
- memory.o: ./Commands/depth.h
- memory.o: ./Commands/mem.h
- memory.o: ./Commands/env.h
- memory.o: ./Commands/cp.h
- memory.o: ./Commands/profile.h
- memory.o: ./Commands/argtypes.h
- memory.o: ./Commands/listproc.h
- memory.o: ./Commands/database.h
- memory.o: ./Commands/heap.h
- memory.o: ./Commands/table.h
- memory.o: ./Commands/heapusage.h
- memory.o: ./Commands/window.h
- memory.o: ./Commands/gc_data.h
- memory.o: ./Commands/echo.h
- memory.o: ./Commands/fast.h
- memory.o: ./Commands/strings.h
- memory.o: ./Commands/gc.h
- memory.o: ./Commands/gc_verbose.h
- memory.o: ./commands.h
- memory.o: ./Commands/xreg.h
- memory.o: ./Commands/yreg.h
- memory.o: ./Commands/step.h
- memory.o: ./Commands/next.h
- memory.o: ./Commands/run.h
- memory.o: ./Commands/trace.h
- memory.o: ./Commands/list.h
- memory.o: ./Commands/load.h
- memory.o: ./Commands/help.h
- memory.o: ./Commands/reg.h
- memory.o: ./Commands/reset.h
- memory.o: ./Commands/stop.h
- memory.o: ./Commands/cont.h
- memory.o: ./Commands/print.h
- memory.o: ./Commands/compile.h
- memory.o: ./Commands/status.h
- memory.o: ./Commands/breadth.h
- memory.o: ./Commands/depth.h
- memory.o: ./Commands/mem.h
- memory.o: ./Commands/env.h
- memory.o: ./Commands/cp.h
- memory.o: ./Commands/profile.h
- memory.o: ./Commands/argtypes.h
- memory.o: ./Commands/listproc.h
- memory.o: ./Commands/database.h
- memory.o: ./Commands/heap.h
- memory.o: ./Commands/table.h
- memory.o: ./Commands/heapusage.h
- memory.o: ./Commands/window.h
- memory.o: ./Commands/gc_data.h
- memory.o: ./Commands/echo.h
- memory.o: ./Commands/fast.h
- memory.o: ./Commands/strings.h
- memory.o: ./Commands/gc.h
- memory.o: ./Commands/gc_verbose.h
- memory.o: ./memory_sizes.h
- memory.o: ./memory_sizes.h
- pasmem.o: pasmem.c
- pasmem.o: /usr/include/stdio.h
- pasmem.o: /usr/include/sys/types.h
- pasmem.o: /usr/include/sys/time.h
- pasmem.o: /usr/include/time.h
- pasmem.o: /usr/include/sys/resource.h
- scan.o: scan.c
- scan.o: /usr/include/ctype.h
- scan.o: ./hash_table.h
- scan.o: ./string_table.h
- scan.o: ./scan.h
- stack.o: stack.c
- string_table.o: string_table.c
- string_table.o: ./hash_table.h
- string_table.o: ./string_table.h
- t.o: t.c
- test.o: test.c
- test.o: ./hash_table.h
- test.o: ./string_table.h
- test2.o: test2.c
- test2.o: ./hash_table.h
- test2.o: ./string_table.h
- top_level.o: top_level.c
- top_level.o: /usr/include/signal.h
- top_level.o: /usr/include/machine/trap.h
- top_level.o: /usr/include/setjmp.h
- top_level.o: ./hash_table.h
- top_level.o: ./string_table.h
- top_level.o: ./tags.h
- top_level.o: ./instr.h
- top_level.o: ./scan.h
- top_level.o: ./memory.h
- top_level.o: ./memory_sizes.h
- top_level.o: ./inst_args.h
- top_level.o: ./built_ins.h
- top_level.o: ./BuiltIns/is2.h
- top_level.o: ./BuiltIns/is4.h
- top_level.o: ./BuiltIns/write.h
- top_level.o: ./BuiltIns/nl.h
- top_level.o: ./BuiltIns/var.h
- top_level.o: ./BuiltIns/integer.h
- top_level.o: ./BuiltIns/number.h
- top_level.o: ./BuiltIns/gtvar.h
- top_level.o: ./BuiltIns/ltvar.h
- top_level.o: ./BuiltIns/gt.h
- top_level.o: ./BuiltIns/ge.h
- top_level.o: ./BuiltIns/lt.h
- top_level.o: ./BuiltIns/le.h
- top_level.o: ./BuiltIns/neqarithm.h
- top_level.o: ./BuiltIns/neq.h
- top_level.o: ./BuiltIns/nsame.h
- top_level.o: ./BuiltIns/same.h
- top_level.o: ./BuiltIns/univ.h
- top_level.o: ./BuiltIns/name.h
- top_level.o: ./BuiltIns/tell.h
- top_level.o: ./BuiltIns/told.h
- top_level.o: ./BuiltIns/read.h
- top_level.o: ./BuiltIns/length.h
- top_level.o: ./BuiltIns/statistics.h
- top_level.o: ./BuiltIns/atom.h
- top_level.o: ./BuiltIns/functor.h
- top_level.o: ./BuiltIns/arg.h
- top_level.o: ./BuiltIns/assert.h
- top_level.o: ./BuiltIns/retract.h
- top_level.o: ./BuiltIns/metacall.h
- top_level.o: ./BuiltIns/set.h
- top_level.o: ./BuiltIns/access.h
- top_level.o: ./BuiltIns/success.h
- top_level.o: ./BuiltIns/failure.h
- top_level.o: ./BuiltIns/put.h
- top_level.o: ./BuiltIns/writeq.h
- top_level.o: ./list_inst_args.h
- top_level.o: ./inst_table.h
- top_level.o: ./instructions.h
- top_level.o: ./Instructions/switch_on_term.h
- top_level.o: ./Instructions/switch_on_constant.h
- top_level.o: ./Instructions/switch_on_structure.h
- top_level.o: ./Instructions/try.h
- top_level.o: ./Instructions/retry.h
- top_level.o: ./Instructions/trust.h
- top_level.o: ./Instructions/try_me_else.h
- top_level.o: ./Instructions/retry_me_else.h
- top_level.o: ./Instructions/trust_me_else.h
- top_level.o: ./Instructions/fail.h
- top_level.o: ./Instructions/cut.h
- top_level.o: ./Instructions/proceed.h
- top_level.o: ./Instructions/execute_proc.h
- top_level.o: ./Instructions/execute_label.h
- top_level.o: ./Instructions/call.h
- top_level.o: ./Instructions/escape.h
- top_level.o: ./Instructions/init.h
- top_level.o: ./Instructions/get_variable_x.h
- top_level.o: ./Instructions/get_variable_y.h
- top_level.o: ./Instructions/get_value_x.h
- top_level.o: ./Instructions/get_value_y.h
- top_level.o: ./Instructions/get_constant.h
- top_level.o: ./Instructions/get_nil.h
- top_level.o: ./Instructions/get_structure.h
- top_level.o: ./Instructions/get_list.h
- top_level.o: ./Instructions/get_cdr_list.h
- top_level.o: ./Instructions/get_cdr_list_write.h
- top_level.o: ./Instructions/put_variable_x.h
- top_level.o: ./Instructions/put_variable_y.h
- top_level.o: ./Instructions/put_value_x.h
- top_level.o: ./Instructions/put_value_y.h
- top_level.o: ./Instructions/put_unsafe_value.h
- top_level.o: ./Instructions/put_constant.h
- top_level.o: ./Instructions/put_nil.h
- top_level.o: ./Instructions/put_structure.h
- top_level.o: ./Instructions/put_list.h
- top_level.o: ./Instructions/unify_void.h
- top_level.o: ./Instructions/unify_void_write.h
- top_level.o: ./Instructions/unify_value_x.h
- top_level.o: ./Instructions/unify_value_y.h
- top_level.o: ./Instructions/unify_value_write_x.h
- top_level.o: ./Instructions/unify_value_write_y.h
- top_level.o: ./Instructions/unify_variable_x.h
- top_level.o: ./Instructions/unify_variable_y.h
- top_level.o: ./Instructions/unify_variable_write_x.h
- top_level.o: ./Instructions/unify_variable_write_y.h
- top_level.o: ./Instructions/unify_unsafe_value.h
- top_level.o: ./Instructions/unify_unsafe_value_write.h
- top_level.o: ./Instructions/unify_constant.h
- top_level.o: ./Instructions/unify_constant_write.h
- top_level.o: ./Instructions/unify_nil.h
- top_level.o: ./Instructions/unify_nil_write.h
- top_level.o: ./Instructions/halt.h
- top_level.o: ./instructions.h
- top_level.o: ./Instructions/switch_on_term.h
- top_level.o: ./Instructions/switch_on_constant.h
- top_level.o: ./Instructions/switch_on_structure.h
- top_level.o: ./Instructions/try.h
- top_level.o: ./Instructions/retry.h
- top_level.o: ./Instructions/trust.h
- top_level.o: ./Instructions/try_me_else.h
- top_level.o: ./Instructions/retry_me_else.h
- top_level.o: ./Instructions/trust_me_else.h
- top_level.o: ./Instructions/fail.h
- top_level.o: ./Instructions/cut.h
- top_level.o: ./Instructions/proceed.h
- top_level.o: ./Instructions/execute_proc.h
- top_level.o: ./Instructions/execute_label.h
- top_level.o: ./Instructions/call.h
- top_level.o: ./Instructions/escape.h
- top_level.o: ./Instructions/init.h
- top_level.o: ./Instructions/get_variable_x.h
- top_level.o: ./Instructions/get_variable_y.h
- top_level.o: ./Instructions/get_value_x.h
- top_level.o: ./Instructions/get_value_y.h
- top_level.o: ./Instructions/get_constant.h
- top_level.o: ./Instructions/get_nil.h
- top_level.o: ./Instructions/get_structure.h
- top_level.o: ./Instructions/get_list.h
- top_level.o: ./Instructions/get_cdr_list.h
- top_level.o: ./Instructions/get_cdr_list_write.h
- top_level.o: ./Instructions/put_variable_x.h
- top_level.o: ./Instructions/put_variable_y.h
- top_level.o: ./Instructions/put_value_x.h
- top_level.o: ./Instructions/put_value_y.h
- top_level.o: ./Instructions/put_unsafe_value.h
- top_level.o: ./Instructions/put_constant.h
- top_level.o: ./Instructions/put_nil.h
- top_level.o: ./Instructions/put_structure.h
- top_level.o: ./Instructions/put_list.h
- top_level.o: ./Instructions/unify_void.h
- top_level.o: ./Instructions/unify_void_write.h
- top_level.o: ./Instructions/unify_value_x.h
- top_level.o: ./Instructions/unify_value_y.h
- top_level.o: ./Instructions/unify_value_write_x.h
- top_level.o: ./Instructions/unify_value_write_y.h
- top_level.o: ./Instructions/unify_variable_x.h
- top_level.o: ./Instructions/unify_variable_y.h
- top_level.o: ./Instructions/unify_variable_write_x.h
- top_level.o: ./Instructions/unify_variable_write_y.h
- top_level.o: ./Instructions/unify_unsafe_value.h
- top_level.o: ./Instructions/unify_unsafe_value_write.h
- top_level.o: ./Instructions/unify_constant.h
- top_level.o: ./Instructions/unify_constant_write.h
- top_level.o: ./Instructions/unify_nil.h
- top_level.o: ./Instructions/unify_nil_write.h
- top_level.o: ./Instructions/halt.h
- top_level.o: ./assembler.h
- top_level.o: ./main.h
- top_level.o: ./top_level.h
- top_level.o: ./commands.h
- top_level.o: ./Commands/xreg.h
- top_level.o: ./Commands/yreg.h
- top_level.o: ./Commands/step.h
- top_level.o: ./Commands/next.h
- top_level.o: ./Commands/run.h
- top_level.o: ./Commands/trace.h
- top_level.o: ./Commands/list.h
- top_level.o: ./Commands/load.h
- top_level.o: ./Commands/help.h
- top_level.o: ./Commands/reg.h
- top_level.o: ./Commands/reset.h
- top_level.o: ./Commands/stop.h
- top_level.o: ./Commands/cont.h
- top_level.o: ./Commands/print.h
- top_level.o: ./Commands/compile.h
- top_level.o: ./Commands/status.h
- top_level.o: ./Commands/breadth.h
- top_level.o: ./Commands/depth.h
- top_level.o: ./Commands/mem.h
- top_level.o: ./Commands/env.h
- top_level.o: ./Commands/cp.h
- top_level.o: ./Commands/profile.h
- top_level.o: ./Commands/argtypes.h
- top_level.o: ./Commands/listproc.h
- top_level.o: ./Commands/database.h
- top_level.o: ./Commands/heap.h
- top_level.o: ./Commands/table.h
- top_level.o: ./Commands/heapusage.h
- top_level.o: ./Commands/window.h
- top_level.o: ./Commands/gc_data.h
- top_level.o: ./Commands/echo.h
- top_level.o: ./Commands/fast.h
- top_level.o: ./Commands/strings.h
- top_level.o: ./Commands/gc.h
- top_level.o: ./Commands/gc_verbose.h
- top_level.o: ./commands.h
- top_level.o: ./Commands/xreg.h
- top_level.o: ./Commands/yreg.h
- top_level.o: ./Commands/step.h
- top_level.o: ./Commands/next.h
- top_level.o: ./Commands/run.h
- top_level.o: ./Commands/trace.h
- top_level.o: ./Commands/list.h
- top_level.o: ./Commands/load.h
- top_level.o: ./Commands/help.h
- top_level.o: ./Commands/reg.h
- top_level.o: ./Commands/reset.h
- top_level.o: ./Commands/stop.h
- top_level.o: ./Commands/cont.h
- top_level.o: ./Commands/print.h
- top_level.o: ./Commands/compile.h
- top_level.o: ./Commands/status.h
- top_level.o: ./Commands/breadth.h
- top_level.o: ./Commands/depth.h
- top_level.o: ./Commands/mem.h
- top_level.o: ./Commands/env.h
- top_level.o: ./Commands/cp.h
- top_level.o: ./Commands/profile.h
- top_level.o: ./Commands/argtypes.h
- top_level.o: ./Commands/listproc.h
- top_level.o: ./Commands/database.h
- top_level.o: ./Commands/heap.h
- top_level.o: ./Commands/table.h
- top_level.o: ./Commands/heapusage.h
- top_level.o: ./Commands/window.h
- top_level.o: ./Commands/gc_data.h
- top_level.o: ./Commands/echo.h
- top_level.o: ./Commands/fast.h
- top_level.o: ./Commands/strings.h
- top_level.o: ./Commands/gc.h
- top_level.o: ./Commands/gc_verbose.h
- top_level.o: ./basics.h
- top_level.o: ./control.h
- top_level.o: ./compile.h
- top_level.o: ./arg_types.h
- top_level.o: ./commands.h
- top_level.o: ./Commands/xreg.h
- top_level.o: ./Commands/yreg.h
- top_level.o: ./Commands/step.h
- top_level.o: ./Commands/next.h
- top_level.o: ./Commands/run.h
- top_level.o: ./Commands/trace.h
- top_level.o: ./Commands/list.h
- top_level.o: ./Commands/load.h
- top_level.o: ./Commands/help.h
- top_level.o: ./Commands/reg.h
- top_level.o: ./Commands/reset.h
- top_level.o: ./Commands/stop.h
- top_level.o: ./Commands/cont.h
- top_level.o: ./Commands/print.h
- top_level.o: ./Commands/compile.h
- top_level.o: ./Commands/status.h
- top_level.o: ./Commands/breadth.h
- top_level.o: ./Commands/depth.h
- top_level.o: ./Commands/mem.h
- top_level.o: ./Commands/env.h
- top_level.o: ./Commands/cp.h
- top_level.o: ./Commands/profile.h
- top_level.o: ./Commands/argtypes.h
- top_level.o: ./Commands/listproc.h
- top_level.o: ./Commands/database.h
- top_level.o: ./Commands/heap.h
- top_level.o: ./Commands/table.h
- top_level.o: ./Commands/heapusage.h
- top_level.o: ./Commands/window.h
- top_level.o: ./Commands/gc_data.h
- top_level.o: ./Commands/echo.h
- top_level.o: ./Commands/fast.h
- top_level.o: ./Commands/strings.h
- top_level.o: ./Commands/gc.h
- top_level.o: ./Commands/gc_verbose.h
- top_level.o: ./memory_sizes.h
- top_level.o: ./commands.h
- top_level.o: ./Commands/xreg.h
- top_level.o: ./Commands/yreg.h
- top_level.o: ./Commands/step.h
- top_level.o: ./Commands/next.h
- top_level.o: ./Commands/run.h
- top_level.o: ./Commands/trace.h
- top_level.o: ./Commands/list.h
- top_level.o: ./Commands/load.h
- top_level.o: ./Commands/help.h
- top_level.o: ./Commands/reg.h
- top_level.o: ./Commands/reset.h
- top_level.o: ./Commands/stop.h
- top_level.o: ./Commands/cont.h
- top_level.o: ./Commands/print.h
- top_level.o: ./Commands/compile.h
- top_level.o: ./Commands/status.h
- top_level.o: ./Commands/breadth.h
- top_level.o: ./Commands/depth.h
- top_level.o: ./Commands/mem.h
- top_level.o: ./Commands/env.h
- top_level.o: ./Commands/cp.h
- top_level.o: ./Commands/profile.h
- top_level.o: ./Commands/argtypes.h
- top_level.o: ./Commands/listproc.h
- top_level.o: ./Commands/database.h
- top_level.o: ./Commands/heap.h
- top_level.o: ./Commands/table.h
- top_level.o: ./Commands/heapusage.h
- top_level.o: ./Commands/window.h
- top_level.o: ./Commands/gc_data.h
- top_level.o: ./Commands/echo.h
- top_level.o: ./Commands/fast.h
- top_level.o: ./Commands/strings.h
- top_level.o: ./Commands/gc.h
- top_level.o: ./Commands/gc_verbose.h
-